home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Mathematics / Curve / Curve.app / Strings / PolarExamples.strings < prev    next >
Encoding:
Text File  |  1992-07-29  |  295 b   |  8 lines

  1.     /* Example curves:  Polar Equations */
  2. "Circle" = "1; 0; 2 Pi";
  3. "Rose" = "Cos[2t]; 0; 2 Pi";
  4. "Folium" = "3 Sin[t] Cos[t] /(Sin[t]^3 + Cos[t]^3); -Pi/4; 2 Pi - Pi/4";
  5. "Ellipse" = "1/(1 + 0.5 Cos[t]); -Pi; Pi";
  6. "Parabola" = "1/(1 + Cos[t]); -Pi; Pi";
  7. "Hyperbola" = "1/(1 + 1.5 Cos[t]); -Pi; Pi";
  8.